home *** CD-ROM | disk | FTP | other *** search
- if(_root.KeyBlock.ScreenWatch == 0)
- {
- _root.ButtonHit(_root.Next);
- return undefined;
- }
- if(_root.KeyBlock.ScreenWatch == 1)
- {
- _root.ButtonHit(_root.Login);
- return undefined;
- }
- if(_root.KeyBlock.ScreenWatch == 2)
- {
- _root.ButtonHit(_root.Return);
- return undefined;
- }
- if(_root.KeyBlock.ScreenWatch == 4)
- {
- _root.ButtonHit(_root.Enter);
- return undefined;
- }
- if(_root.KeyBlock.ScreenWatch == 3)
- {
- _root.Confirm(_root.KeyBlock.ConfVal);
- return undefined;
- }
-